home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
gamesrc
/
rtanksrc
/
dtypes.h
< prev
next >
Wrap
Text File
|
1995-03-07
|
232b
|
11 lines
typedef unsigned char BYTE;
typedef unsigned char byte;
typedef unsigned short WORD;
typedef signed long LONG;
typedef unsigned long DWORD;
typedef char * PSTR;
typedef int BOOL;
#define TRUE 1
#define FALSE 0